/* CSS Document */
#tab { width:574px; height:216px; position:relative;margin:15px auto 0 auto;}
/*设置容器高宽等*/

/*兼容IE6:IE6下宽度不够*/
#tab div { position:absolute; top:40px; left:0;    width: 100%;height:360px;background:url('../images/heibaitiao.png')no-repeat bottom center;}
/*设置容器高宽等*/
#tab div { display:none;}
/*设置容器默认隐藏:不用ID是因为下面将利用class来控制容器显示,而class优先级低于id选择器*/
#tab .block { display:block;}
/*选中的容器*/
#tab h3 {
float:left; width:140px; height:40px; line-height:40px; margin:0 0 0 0;
font-size:16px; cursor:pointer; background-color:#fff; text-align:center; color:#333333;
font-family:Microsoft YaHei;font-weight:normal;border-bottom:2px solid #efefef;
}
/*默认标题样式*/
#tab .up { background:#06861e;color:#fff;border:none;}
/*选中的标题样式*/
/*修饰列表内容*/
#tab ul { list-style:none; padding:0; height:186px; margin-top:0px;}
#tab li {border-bottom:1px dotted #c6c6c6;padding: 10px 0;font-size:16px;color:#666;}
#tab li:nth-child(2){border-top:1px dotted #c6c6c6;}
#tab li span{ display:block; float:right; margin-right:25px; color: #bdacb3;}
#tab li:hover span{ color:#49b849;}
.tab-hot-title{color:#666666;margin-top: 10px;    width: 100%;}
.tab-hot-jianjie{    text-indent: 2em;margin-top:10px;    font-size: 14px;    width: 98%;}
.tab_title{color: #666;    width: 100%;}
a.tab_title:hover { color:#49b849;text-decoration:none;}




